home *** CD-ROM | disk | FTP | other *** search
/ Bible Heaven / Bible Heaven.iso / online / mm.bat < prev    next >
DOS Batch File  |  1994-09-14  |  3KB  |  91 lines

  1. @echo off
  2. echo off
  3. if %cd%x == x setcd mm
  4. rem
  5. rem Sample - Bible installed on CDROM %cd%\olb\bible
  6. rem          on hard drive at d:\bible
  7. rem
  8. rem %cd%\ONLINE = %cd%\olb\bible
  9. rem %cd% = not used
  10. rem  = version e.g. scholar in AV.OLD
  11. rem    = u=d:\bible
  12. rem %cd%\ONLINE = d:\bible
  13. rem
  14. :begin
  15. if not %1%2%3%4%5%6%7%8%9x == x set olb=%1 %2 %3 %4 %5 %6 %7 %8 %9
  16. %cd%\ONLINE\choose 12 ONLINE BIBLE 6.12 Select Version Read Me Using Windows More Documentation UED Editor To Order
  17.    if errorlevel  9 goto A
  18. rem Read Me
  19.    if errorlevel  8 goto B
  20. rem Windows
  21.    if errorlevel  7 goto C
  22. rem Instruction Manual
  23.    if errorlevel  6 goto D
  24. rem Editor
  25.    if errorlevel  5 goto E
  26. rem To Order Documenation
  27.    if errorlevel  4 goto F
  28. goto END
  29. :A
  30.  if exist %cd%\ONLINE\mm0.bat %cd%\ONLINE\mm0
  31.  cls
  32.  echo:
  33.  echo No Versions Installed!
  34.  echo:
  35.  pause
  36.  goto begin
  37. :B
  38. rem Change Log
  39. %cd%\ONLINE\view %cd%\ONLINE\version.doc
  40. goto begin
  41.  
  42. :C
  43. rem Masochist Documentation
  44. %cd%\ONLINE\view %cd%\ONLINE\windows.doc
  45. if exist %cd%\ONLINE\windows\windows.doc %cd%\ONLINE\view %cd%\ONLINE\windows\windows.doc
  46. goto begin
  47.  
  48. :D
  49. %cd%\ONLINE\choose 12 "MORE DOCUMENTATION" "View Manual" "Print Manual" "File Compression Info"
  50. if errorlevel 9 %cd%\ONLINE\view %cd%\ONLINE\manual.doc
  51. if errorlevel 8 goto D1
  52. if errorlevel 7 %cd%\ONLINE\view %cd%\ONLINE\diet.doc
  53. goto begin
  54. :D1
  55. cls
  56. echo This manual contains no formatting information and is in pure ASCII
  57. echo format. It is included on this disk only to act as a temporary
  58. echo manual until you can order the latest manual from one of our
  59. echo international distributors.  It is not ideal for printing. See the
  60. echo To-Order option on the Mini-Menu for details on ordering an
  61. echo attractively printed and bound manual. In most countries the cost is
  62. echo about $6 and includes the latest install disk.
  63. pause
  64. %cd%\ONLINE\choose 12 "Print Manual" "Yes" "No"
  65. if errorlevel 9 copy %cd%\ONLINE\manual.doc prn
  66. goto begin
  67.  
  68. :E
  69. %cd%\ONLINE\choose 12 "USEFUL EDITOR" "Load UED editor" "Re-Configure UED editor"
  70. if errorlevel 9 %cd%\ONLINE\ued
  71. if errorlevel 8 %cd%\ONLINE\uedcfg
  72. goto begin
  73.  
  74. :F
  75. cls
  76. if exist %cd%\ONLINE\read.me2 %cd%\ONLINE\view %cd%\ONLINE\read.me2
  77. %cd%\ONLINE\view %cd%\ONLINE\to_order.doc
  78. goto begin
  79.  
  80. :END
  81. cls
  82. echo:
  83. echo:              ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓
  84. echo:              ▓▓█▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█▓▓
  85. echo:              ▓▓█      Enter MM to re-start the Mini∙Menu      █░░
  86. echo:              ▓▓█▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█░░
  87. echo:              ▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
  88. echo:
  89. echo:
  90. echo:
  91.